transformVector(double,double) Method
In This Topic
Applies only the scale and rotate components of this matrix to the specified point.
Syntax
public PDFPoint transformVector(
double ,
double
)
|
Parameters
- x
- X coordinate of the point.
- y
- Y coordinate of the point.
Return Value
Transformed point.
See Also